Ada 95 - definizione. Che cos'è Ada 95
Diclib.com
Dizionario in linea

Cosa (chi) è Ada 95 - definizione

PROGRAMMING LANGUAGE
Ada language; Ada Information Clearinghouse; MIL-STD-1815; Computer language Ada; Ada95; ADA programming language; Ada 2005; Ada prog; Ada (language); Ada 95; Ada 83; Ada programming; Ada programming language; Access type; Access types; Limited type; Ada83; Adalang; Libadalang; Ada 2012; Data types in Ada; Control structures in Ada; Concurrency in Ada; Ada 9X
  • Augusta Ada King]], Countess of Lovelace.

Ada 95         
<language> A revision and extension of Ada (Ada 83) begun in 1988 and completed on 1994-12-01 by a team lead by Tucker Taft of Intermetrics. Chris Anderson was the Project Manager. The printed standard was expected to be available around 1995-02-15. Additions include object-orientation (tagged types, abstract types and class-wide types), hierarchical libraries and synchronisation with shared data (protected types) similar to Orca. It lacks multiple inheritance but supports the construction of multiple inheritance type hierarchies through the use of generics and {type composition}. GNAT aims to be a free implementation of Ada 95. You can get the standard from the {ada/ajpo/index.shtml">Ada Joint Program Office (http://wuarchive.wustl.edu/languages/ada/ajpo/index.shtml)}. ["Introducing Ada 9X", J.G.P. Barnes, Feb 1993]. (1999-12-02)
Ada 83         
<language> The original Ada, as opposed to Ada 95. (1995-03-13)
Ada 9X         
<language> The working title for Ada 95 before its adoption as an ISO standard. (1995-01-19)

Wikipedia

Ada (programming language)

Ada is a structured, statically typed, imperative, and object-oriented high-level programming language, extended from Pascal and other languages. It has built-in language support for design by contract (DbC), extremely strong typing, explicit concurrency, tasks, synchronous message passing, protected objects, and non-determinism. Ada improves code safety and maintainability by using the compiler to find errors in favor of runtime errors. Ada is an international technical standard, jointly defined by the International Organization for Standardization (ISO), and the International Electrotechnical Commission (IEC). As of 2020, the standard, called Ada 2012 informally, is ISO/IEC 8652:2012.

Ada was originally designed by a team led by French computer scientist Jean Ichbiah of Honeywell under contract to the United States Department of Defense (DoD) from 1977 to 1983 to supersede over 450 programming languages used by the DoD at that time. Ada was named after Ada Lovelace (1815–1852), who has been credited as the first computer programmer.